jenkins
This commit is contained in:
parent
ce678fc333
commit
bcbad72cdc
@ -5,9 +5,11 @@ pipeline {
|
||||
}
|
||||
stages {
|
||||
stage('Test') {
|
||||
echo 'Testing...'
|
||||
echo 'Is Bun working?...'
|
||||
sh 'bun --version'
|
||||
steps {
|
||||
echo 'Testing...'
|
||||
echo 'Is Bun working?...'
|
||||
sh 'bun --version'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user