Jenkinsfile
This commit is contained in:
parent
2481268b00
commit
aab87ff3e3
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@ -1,7 +1,5 @@
|
||||
pipeline {
|
||||
agent {
|
||||
docker { image 'ubuntu:latest' }
|
||||
}
|
||||
agent any
|
||||
|
||||
parameters {
|
||||
string(
|
||||
@ -31,11 +29,6 @@ pipeline {
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Test') {
|
||||
steps {
|
||||
sh 'cat /etc/issue'
|
||||
}
|
||||
}
|
||||
stage('First') {
|
||||
steps {
|
||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}","KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
||||
|
Loading…
Reference in New Issue
Block a user