Comment notify

This commit is contained in:
Jonathan Ervine 2023-01-23 17:50:38 +08:00
parent 03d3613e27
commit 233037e63b

6
Jenkinsfile vendored
View File

@ -31,9 +31,9 @@ spec:
sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v5.0.7'
}
}
stage('Notify gchat') {
hangoutsNotify message: "NZBhydra 5.0.7 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false
}
# stage('Notify gchat') {
# hangoutsNotify message: "NZBhydra 5.0.7 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false
# }
}
}