This commit is contained in:
16
Jenkinsfile
vendored
16
Jenkinsfile
vendored
@@ -1,7 +1,13 @@
|
||||
stage('Setting the variables values') {
|
||||
steps {
|
||||
bash '''#!/bin/bash
|
||||
echo "hello world"
|
||||
'''
|
||||
pipeline {
|
||||
agent none
|
||||
stages{
|
||||
stage('Setting the variables values') {
|
||||
agent any
|
||||
steps {
|
||||
bash '''#!/bin/bash
|
||||
echo "hello world"
|
||||
'''
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user