forked from verdnatura/hedera-web
Delivery note URL fix
This commit is contained in:
parent
dc6b1b967e
commit
996f318fe6
|
@ -29,7 +29,7 @@ pipeline {
|
|||
setEnv()
|
||||
}
|
||||
}
|
||||
stage('Package') {
|
||||
stage('Debuild') {
|
||||
when {
|
||||
anyOf {
|
||||
branch 'master'
|
||||
|
@ -38,7 +38,7 @@ pipeline {
|
|||
}
|
||||
agent {
|
||||
docker {
|
||||
image 'registry.verdnatura.es/vn-debuild'
|
||||
image 'registry.verdnatura.es/debuild:2.21.3-vn2'
|
||||
registryUrl 'https://registry.verdnatura.es/'
|
||||
registryCredentialsId 'docker-registry'
|
||||
args '-v /mnt/appdata/reprepro:/reprepro'
|
||||
|
@ -46,10 +46,10 @@ pipeline {
|
|||
}
|
||||
steps {
|
||||
sh 'debuild -us -uc -b'
|
||||
sh 'vn-includedeb'
|
||||
sh 'vn-includedeb jessie'
|
||||
}
|
||||
}
|
||||
stage('Build') {
|
||||
stage('Container') {
|
||||
when {
|
||||
anyOf {
|
||||
branch 'master'
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
hedera-web (1.408.18) stable; urgency=low
|
||||
hedera-web (1.408.19) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ Hedera.Ticket = new Class({
|
|||
|
||||
onPrintClick: function() {
|
||||
let params = Vn.Url.makeUri({
|
||||
authorization: this.conn.token,
|
||||
access_token: this.conn.token,
|
||||
recipientId: this.gui.user.id,
|
||||
type: 'deliveryNote'
|
||||
});
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hedera-web",
|
||||
"version": "1.408.18",
|
||||
"version": "1.408.19",
|
||||
"description": "Verdnatura web page",
|
||||
"license": "GPL-3.0",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in New Issue