We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1458d07 commit 4ac433aCopy full SHA for 4ac433a
Jenkinsfile
@@ -79,6 +79,7 @@ pipeline {
79
branch 'latest'
80
}
81
steps {
82
+ sh 'pip install toml'
83
script {
84
def version = sh(
85
script: '''
0 commit comments